~Holly ZekhipisonnivuMay 23, 2011, 8:44 PM64 PostsDoesn' the CSS cursor: attribute manage this?- Or it may be better to toss up a viel and a throbber to prevent interaction across the board? Hope this helps...
~Sigmund CishipilitobuJun 3, 2011, 7:11 PM5 PostsRe: Doesn' the CSS cursor: attribute manage this?On the edit box, I just used the following code on the change event for the client side:document.body.style.cursor = 'wait';